home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / bv0555.zip / BV0555.TXT < prev    next >
Text File  |  1992-08-25  |  4KB  |  97 lines

  1. ======================================================================
  2.     Microsoft Product Support Services Application Note (Text File)
  3.            BV0555: ALTERNATIVE SETUP FOR PROFESSIONAL TOOLKIT
  4.                       FOR VISUAL BASIC, VERSION 1.0
  5. ======================================================================
  6.                                                    Revision Date: 8/92
  7.                                                          Disk Included
  8.  
  9. The following information applies to Microsoft Professional Toolkit
  10. for Visual Basic for Windows version 1.0.
  11.  
  12.  --------------------------------------------------------------------
  13. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  14. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  15. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  16. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  17. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  18. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  19. | accuracy and the use of this Application Note. This Application    |
  20. | Note may be copied and distributed subject to the following        |
  21. | conditions: 1) All text must be copied without modification and    |
  22. | all pages must be included; 2) If software is included, all files  |
  23. | on the disk(s) must be copied to high-density disks without modifi-|
  24. | cation [the MS-DOS(R) utility DISKCOPY is appropriate for this     |
  25. | purpose]; 3) All components of this Application Note must be       |
  26. | distributed together; and 4) This Application Note may not be      |
  27. | distributed for profit.                                            |
  28. |                                                                    |
  29. | Copyright 1992 Microsoft Corporation. All Rights Reserved.         |
  30. | Microsoft and MS-DOS are registered trademarks and Windows and     |
  31. | Basic are trademarks of Microsoft Corporation.                     |
  32.  --------------------------------------------------------------------
  33.  
  34. Introduction
  35. ------------
  36.  
  37. The BV0555 disk included with this document contains TKSETUP.BAT, a
  38. batch file used to install Microsoft Professional Toolkit for Visual
  39. Basic for Windows. This batch file is meant as an alternative to the
  40. Setup program provided with Professional Toolkit and should work
  41. around most limitations and problems experienced with it.
  42.  
  43. Before you run TKSetup, please read the README.TXT file on the
  44. enclosed disk for important information about running this setup
  45. program. The most important things to know are:
  46.  
  47.  1. You must run TKSetup from the MS-DOS environment and not, for
  48.     example, from a Windows shell to MS-DOS.
  49.  
  50.  2. The syntax for TKSetup is:
  51.  
  52.        tksetup [<destination>] [<disk_type>]
  53.    
  54.     For example, if you wanted to install Professional Toolkit in
  55.     C:\VBPLUS from a 3.5-inch disk, type the following at the command
  56.     prompt:
  57.  
  58.        tksetup c:\vbplus 3.5
  59.  
  60.  3. You must run TKSetup from the disk drive in which you inserted the
  61.     enclosed BV0555 disk.
  62.     
  63.     For example, if you inserted the BV0555 disk in drive B, type the
  64.     following at the b:\> command prompt:
  65.  
  66.        tksetup c:\vbplus 3.5
  67.    
  68.     Do not, for example, use the following command:
  69.  
  70.        c:\>b:\tksetup c:\vbplus 3.5
  71.  
  72.  
  73. Using TKSetup
  74. -------------
  75.  
  76.  1. Insert the enclosed BV0555 disk in the appropriate floppy disk
  77.     drive.
  78.  
  79.  2. At the command prompt, type the following commands and press ENTER
  80.     after each line:
  81.  
  82.        b:
  83.        tksetup [<destination>] [<disk_type>]
  84.    
  85.       NOTE: If you use a drive other than B, substitute the appropriate
  86.       drive letter for b: in the line above.
  87.  
  88. TKSetup will then do the following:
  89.  
  90.        - Confirm your destination path and disk media size
  91.  
  92.        - Create the necessary directories in the destination path
  93.  
  94.        - Prompt you to insert each of the required Professional
  95.          Toolkit disks, starting with Disk 1
  96.  
  97.